โ– humdrum codex / soft
1.1 KB raw
id
TASK-004
title
TUI music page: Apple Music now-playing + controls
status
To Do
assignee
created_date
2026-06-11 02:48
labels
feature
dependencies
priority
medium
ordinal
4000

Description

New page (key '6' or next available) in tui/dashboard.py dedicated to Apple Music. Calls existing 'am' shell functions via subprocess (same pattern as kk captured commands).

Panels:

Refresh: 5s interval for now-playing only (faster than the 30s global refresh). Controls dispatch immediately via subprocess without waiting for the refresh cycle.

Reference: KK_CAPTURED and KK_INPUT entries for 'am play', 'am pause', 'am next', 'am prev', 'am now', 'am vol', 'am search', 'am playlist' in tui/dashboard.py โ€” reuse those subprocess patterns.